home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
msgbox
/
mbabout.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
4KB
|
144 lines
VERSION 2.00
Begin Form MBAbout
BorderStyle = 3 'Fixed Double
Caption = "About..."
ClientHeight = 4185
ClientLeft = 2505
ClientTop = 1440
ClientWidth = 3960
ControlBox = 0 'False
Height = 4590
Left = 2445
LinkMode = 1 'Source
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4185
ScaleWidth = 3960
Top = 1095
Width = 4080
Begin CommandButton Command1
Caption = "OK"
Height = 495
Left = 1320
TabIndex = 0
Top = 3600
Width = 1335
End
Begin PictureBox Picture2
BorderStyle = 0 'None
Height = 495
Left = 2880
Picture = MBABOUT.FRX:0000
ScaleHeight = 495
ScaleWidth = 495
TabIndex = 8
Top = 3120
Width = 495
End
Begin PictureBox Picture1
BorderStyle = 0 'None
Height = 495
Left = 480
Picture = MBABOUT.FRX:0302
ScaleHeight = 495
ScaleWidth = 495
TabIndex = 7
Top = 3120
Width = 495
End
Begin Label Label6
Caption = "(206) 324-9024"
Height = 255
Left = 1320
TabIndex = 6
Top = 3240
Width = 1335
End
Begin Label Label5
Caption = "Seattle, WA 98122"
Height = 255
Left = 1200
TabIndex = 5
Top = 2880
Width = 1695
End
Begin Label Label4
Caption = "1202 East Pike Street Suite 665"
Height = 255
Left = 720
TabIndex = 4
Top = 2520
Width = 2895
End
Begin Label Label3
Caption = "Geoduck Systems"
Height = 255
Left = 1200
TabIndex = 3
Top = 2160
Width = 1575
End
Begin Label Label2
Alignment = 2 'Center
Caption = "Developed by Richard Buhrer CIS 70671, 1501"
Height = 375
Left = 720
TabIndex = 2
Top = 1680
Width = 2775
End
Begin Label Label8
Alignment = 2 'Center
Caption = "User Friendly Incorporated CIS 76702, 1605"
Height = 375
Left = 840
TabIndex = 10
Top = 1200
Width = 2415
End
Begin Label Label9
Alignment = 2 'Center
Caption = "Inspired by a WordBASIC Macro by Jonathon Zuck"
Height = 375
Left = 360
TabIndex = 11
Top = 840
Width = 3255
End
Begin Label Label7
Alignment = 2 'Center
Caption = "MsgBox Code Generator"
FontBold = 0 'False
FontItalic = -1 'True
FontName = "MS Serif"
FontSize = 9.75
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 255
Left = 600
TabIndex = 9
Top = 480
Width = 2655
End
Begin Label Label1
Alignment = 2 'Center
Caption = "MsgBox Editor"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Serif"
FontSize = 13.5
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 375
Left = 120
TabIndex = 1
Top = 120
Width = 3615
End
End
Sub Command1_Click ()
Unload MBAbout
End Sub